func golang.org/x/sys/unix.readv
2 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L2009: n, err = readv(fd, iovecs)
zsyscall_linux.go#L1759: func readv(fd int, iovs []Iovec) (n int, err error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)